-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consumed latest changes from core, use QueryPhaseSearcherWrapper as parent class for Hybrid QPS #356
Conversation
Codecov Report
@@ Coverage Diff @@
## main #356 +/- ##
============================================
+ Coverage 84.56% 84.57% +0.01%
Complexity 427 427
============================================
Files 35 35
Lines 1289 1290 +1
Branches 189 189
============================================
+ Hits 1090 1091 +1
Misses 118 118
Partials 81 81
|
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
8343c38
to
6f78c6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks
@martin-gaievski should we have a check with concurrent segment search enabled? what do you think? |
we definitely need to check that, do you mean check manually or add a test for this? |
I believe, it should be safe to assume that concurrent search is disabled. |
The thing is concurrent search is not GA, I think we can skip for now. But Last when I checked by enabling the concurrent search our tests failed. Now I am hoping when concurrent search will become GA they will ask all plugins to validate. |
Signed-off-by: Martin Gaievski <gaievski@amazon.com> (cherry picked from commit 2c5d150)
Description
Need to use QueryPhaseSearcherWrapper as this is core new public implementation of the QueryPhaseSearcher. This will be released in core 2.11, came with this PR.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.